home *** CD-ROM | disk | FTP | other *** search
/ Growing Good Roses / Growing Good Roses.iso / pc / misc / demo.dxr / 00029.ls < prev    next >
Encoding:
Text File  |  1997-04-18  |  117 b   |  7 lines

  1. on enterFrame
  2.   repeat with n = 1 to 20
  3.     puppetSprite(n, 1)
  4.     set the visible of sprite n to 1
  5.   end repeat
  6. end
  7.